dlang_koans ~master (2022-05-05T10:04:19.9949617)
Dub
Repo
TimeOfDay
about_structs
Undocumented in source.
struct
TimeOfDay {
int
hour
;
int
minute
;
}
Members
Variables
hour
int
hour
;
Undocumented in source.
minute
int
minute
;
Undocumented in source.
Meta
Source
See Implementation
about_structs
classes
AboutStructs
structs
Student
TimeOfDay